home *** CD-ROM | disk | FTP | other *** search
/ The Sample Bank / The Sample Bank.iso / utility / epsutil.txt < prev    next >
Text File  |  1992-11-02  |  3KB  |  76 lines

  1. EPSUTIL.EXE --- EPS disk utilities for the IBM PC
  2. Version 1.40
  3.  
  4. Michael Chen            mchen@groucho.cs.psu.edu
  5. November 2, 1992
  6.  
  7.    This program's features include:
  8.  
  9.    * read/write raw disk images 
  10.    * read/write EUI format (unused sectors omitted)
  11.    * read/write GKH files (the ftp standard...)
  12.    * verify disks
  13.    * format EPS disks on your PC! 
  14.    * user-changeable format parameters 
  15.        (interleave, gap length, sectors per track)
  16.    * edit/browse disk at the sector level
  17.    * supports formats other than standard (10 sectors per track)!
  18.  
  19.    The interface is pretty obvious, but the command-line options are not (if
  20. only because there need not be any).  The main menu line, when the program is
  21. run with no arguments, looks like this:
  22.  
  23.  C)hange format parameters,
  24.  G)et EPS disk into EUI file,    P)ut EUI file to EPS disk,
  25. ^R)ead raw image from EPS disk, ^W)rite raw image to EPS disk,
  26.  R)ead EPS disk into GKH file,   W)rite GKH file to EPS disk,
  27.  V)erify, F)ormat, E)xplore EPS disk, or Q)uit?
  28.  
  29.    The first command-line argument is used as the response to this menu.
  30.        Note: C is an invalid command-line option.
  31.    The second command-line argument is the drive letter (if applicable).
  32.    The last command-line argument is the DOS filename to use (for all the
  33. commands that need a filename: get, put, read and write).
  34.    
  35.    If any of these arguments are missing, and the program needs them, it will
  36. prompt for them.
  37.    Note that there are three keys which are not listed as editor commands.
  38. The plus key increments the block number, the minus key decrements it, and
  39. the Enter key reads the current block.
  40.    The editor requires EGA/VGA (it uses the 43/50-line text mode so that the
  41. whole sector will fit onscreen), and (obviously) a 3.5" disk drive.
  42.    
  43.    If anyone uses this enough to merit it, and can actually afford to do so, 
  44. donations would be appreciated, whatever you think is suitable (how about
  45. sample disks for an unexpanded Classic, if not money...), sent to the 
  46. following address:
  47.  
  48.    Michael Chen
  49.    144 East Cherry Lane
  50.    State College, PA 16803 (USA)
  51.  
  52.    e-mail: (in order of preference)
  53.  
  54.      mchen@groucho.cs.psu.edu   (my main account)
  55.      mchen@sol4.cs.psu.edu
  56.      mchen@uranus.cs.psu.edu
  57.      mchen@cs.psu.edu
  58.  
  59.    Wish lists, suggestions, bug reports, etc. should be directed to the above
  60. e-mail address.
  61.    The source code for this utility is also available.  This code may not be
  62. altered without my permission (so I can keep track of revisions), but may be
  63. used freely for non-profit purposes.
  64.    The change in this revision is a module to support the GKH format.  The
  65. EUI format is still there, but since no one else has utilities which can
  66. read it, I guess I'm going to be the only one to use it.
  67.    BTW, the reason for adding the GKH support was because I couldn't download
  68. epswrite and epsread for some reason this morning.
  69.  
  70.                                                           --- Michael Chen
  71.                                                               11/2/1992
  72. P.S. Coming attractions (I hope):
  73.  
  74.       *  EPS file reading and writing (later, support for .EFE format)
  75.       *  EPS file undelete (once I figure out how!)
  76.